DescribeSecurityStatInfo
Description
call the DescribeSecurityStatInfo to query the statistical values of each security check item data and the daily statistical values in the security check item trend graph.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeSecurityStatInfo
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access source IP address. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Lang | BODY | string | No | zh | the language type of the request and receive message. Value: zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
LevelsOn | list | No sample value for this parameter. | the urgency of the vulnerability to be fixed. Value: asap: high later: medium Nntf: low |
SuspiciousCount | integer | No sample value for this parameter. | the alarm level that occurred on that day is suspicious . |
LaterCount | integer | No sample value for this parameter. | the urgency of the vulnerability to be fixed on that day is number of vulnerabilities. |
LowList | list | No sample value for this parameter. | the number of low-risk baseline problems occurring at each statistical time point. |
HealthCheck | struct | No sample value for this parameter. | details of baseline problem statistics. |
AsapCount | integer | No sample value for this parameter. | the urgency of the vulnerability to be fixed on that day is high number of vulnerabilities. |
MediumCount | integer | No sample value for this parameter. | the number of risk baseline problems on that day. |
RemindList | list | No sample value for this parameter. | the alarm level at each statistical time point is reminder the number of alerts for . |
Success | boolean | No sample value for this parameter. | the status of the returned query results. Value: true: success false: failed |
AsapList | list | No sample value for this parameter. | the urgency of the vulnerability to be fixed corresponding to each statistical time point is high . |
LaterList | list | No sample value for this parameter. | the urgency of the vulnerability to be fixed corresponding to each statistical time point is . |
MediumList | list | No sample value for this parameter. | the number of risk baseline problems at each statistical time point. |
LowCount | integer | No sample value for this parameter. | the number of low risk baseline problems on that day. |
RemindCount | integer | No sample value for this parameter. | the alarm level detected on the same day is reminder the number of alerts for . |
AttackEvent | struct | No sample value for this parameter. | attack count details. |
DateArray | list | No sample value for this parameter. | the statistical time point of the vulnerability trend chart to be fixed. |
SecurityEvent | struct | No sample value for this parameter. | statistics details of pending alarms. |
HighList | list | No sample value for this parameter. | the number of high-risk risk baselines corresponding to each statistical time point. |
RequestId | string | No sample value for this parameter. | the unique identifier generated by alibaba cloud for this request. |
SeriousList | list | No sample value for this parameter. | the alarm level at each statistical time point is emergency the statistical number of alarm events for . |
Vulnerability | struct | No sample value for this parameter. | vulnerability statistics to be fixed. |
NntfList | list | No sample value for this parameter. | the urgency of the vulnerability to be fixed corresponding to each statistical time point is low . |
SuspiciousList | list | No sample value for this parameter. | the alarm level at each statistical time point is suspicious the statistical number of alarm events for . |
TotalCount | integer | No sample value for this parameter. | the number of vulnerabilities to be fixed on that day. |
HighCount | integer | No sample value for this parameter. | the number of high-risk baseline problems on that day. |
ValueArray | list | No sample value for this parameter. | the number of vulnerabilities to be fixed corresponding to each statistical time point. |
SeriousCount | integer | No sample value for this parameter. | the alarm level that occurred on that day is emergency . |
NntfCount | integer | No sample value for this parameter. | the urgency of the vulnerability to be fixed on that day is low number of vulnerabilities. |
Example
Successful Response example
"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}